SasInstallCode
Description
call the installation verification KEY SasInstallCode get Agent client installation command.
Request Method
POST
Request Path
/apsara/route/Sas/SasInstallCode
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | B256A525-7E42-4BB9-A27C-9017FDDFF1A2 | the unique identifier generated by alibaba cloud for this request. |
data | string | eDkhGP | when manually installing the Agent client for the server, the installation of the client verifies KEY. |
Example
Successful Response example
{
"RequestId":"B256A525-7E42-4BB9-A27C-9017FDDFF1A2",
"data":"eDkhGP"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}